.about-us-page{
    position: relative;
    min-height: 100vh;
}
.about-us-page .abt-socio-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    object-fit: contain;
}
.about-us-page  .about-us-page-wrapper{
    position: relative;
}
.about-us-page-inner{
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
}
.about-us-page-inner .about-discription{
    order: 2;
    padding: 14px;
    color: #090416;
    font-size: 17px;
}
.about-us-page-inner .about-img-section-wrapper{
    order: 1;
}
.col-heading-section{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 14px;
}
.about-us-page .sm-bread-crumb{
    padding-top: 20px;
}

.about-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    filter: drop-shadow(0px 2px 6px rgba(9, 5, 61, 0.12));
    outline: none;
    padding: 10px 12px;
    background: #FFFFFF;
    font-size: 14px;
    color: #090416;
    border: 1px solid #848198;
    text-decoration: none!important;
}


.about-btn:hover {
    color: #090416;
    cursor: pointer;
}
/* about editable */
.about-discription-editable{
    background: #FCFCFF;
    border: 1px solid #848198;
    margin: 0px 14px 20px 14px;
    border-radius: 1px;
}
/* for cropper */
.about-img-section{
    height: 250px;
    overflow: hidden;
}
.about-img-section .abt-image,.about-img-section .result img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.result-show,.cropped-img{
    display: none;
}
.cropped-img.show,.result-show.show{
    display: block;
}
@media (min-width: 992px){
    .col-heading-section{
        margin-bottom: 16px;
        column-gap: 20px;
        padding-bottom: 0px;
    }
    .about-us-page-inner{
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 30px;
        align-items: center;
    }
    .about-us-page-inner .about-discription{
        order: 1;
    }
    .about-us-page-inner .about-img-section-wrapper{
        order: 2;
    }
    /* croped img */
    .about-img-section{
        height: 400px;
    }
    /* croped img */
    /* about editable */
    .about-discription-editable{
        min-height: 652px;
    }
}
